Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
Modifier and Type | Class and Description |
---|---|
class |
EdgeCollection
A collection of edges.
|
class |
EdgeSequence
An ordered sequence of edges which may contain duplicates.
|
class |
EdgeSet
An unordered set of edges (no duplicates).
|
class |
VertexCollection<ID extends Comparable<ID>>
A collection of vertices.
|
class |
VertexSequence<ID extends Comparable<ID>>
An ordered sequence of vertices which may contain duplicates.
|
class |
VertexSet<ID extends Comparable<ID>>
An unordered set of vertices (no duplicates).
|
Modifier and Type | Method and Description |
---|---|
PgxCollection<E,ID> |
PgxCollection.clone() |
PgxCollection<E,ID> |
PgxCollection.clone(String newName) |
Modifier and Type | Method and Description |
---|---|
PgxFuture<PgxCollection<E,ID>> |
PgxCollection.cloneAsync()
Convenience method around
cloneAsync(String) passing name as null Clone an existing vertex/edge collection. |
PgxFuture<PgxCollection<E,ID>> |
PgxCollection.cloneAsync(String newName)
Clone an existing vertex/edge collection.
|
Copyright © 2015. All rights reserved.